home *** CD-ROM | disk | FTP | other *** search
/ Next Step: Mars? / Next Step Mars (1994)(IVI).iso / signon.dir / 00066_Script_66 < prev    next >
Text File  |  1994-11-29  |  346b  |  18 lines

  1. on startMovie
  2.   unLoadCast
  3.   initSearchPath
  4.   global pnt,lcl,rcl,ucl,dcl
  5.   
  6.   -- preload the high and unhigh states of these buttons for speed
  7.   set castNum to the number of cast "unhighlight"
  8.   preLoadCast castNum, castNum + 1
  9. end startMovie 
  10.  
  11. on stopMovie
  12.   
  13.   sound close 1
  14.   unLoadCast 
  15.   -- show the cursor
  16.   cursor 0
  17.   
  18. end